Dialog Box Template Parameters

The following is the list of the parameters used in the HDLG template file.

 

Parameter

Type

Invoke Kind

IDC_REGID

Text

Request/Response

IDC_LICKEY

Text

Request/Response

IDC_ACTKEY

Text

Response

IDC_REGIDTRAN

Text

Request/Response

IDC_LICKEYTRAN

Text

Request/Response

IDC_REGNAME

Text

Request/Response

IDC_REGORG

Text

Request/Response

IDC_MAXEXEC

Decimal

Request

IDC_EXECCOUNT

Decimal

Request

IDC_EXECLEFT

Decimal

Request

IDC_MAXDAY

Decimal

Request

IDC_DAYCOUNT

Decimal

Request

IDC_DAYLEFT

Decimal

Request

IDC_MAXYEAR

Decimal

Request

IDC_YEARCOUNT

Decimal

Request

IDC_YEARLEFT

Decimal

Request

IDC_MAXDAYPERIOD

Decimal

Request

IDC_DAYCOUNTPERIOD

Decimal

Request

IDC_DAYLEFTPERIOD

Decimal

Request

IDC_EXPDATE

Date

Request

IDC_EXPYEAR

Decimal

Request

IDC_EXPMONTH

Decimal

Request

IDC_EXPDAY

Decimal

Request

IDC_DESTROYCODE

Text

Request

IDC_DESTROYDATETIME

Date/Time

Request

IDC_DESTROYHOUR

Decimal

Request

IDC_DESTROYMINUTE

Decimal

Request

IDC_LICNAME

Text

Request

IDC_LICORG

Text

Request

IDC_ERROR

Decimal

Request

Descriptions

IDC_REGID

Contains the Registration ID generated from the computer.

IDC_LICKEY

Contains the License Key entered by the end-user.

IDC_ACTKEY

Contains the Activation Key entered by the end-user.

IDC_REGIDTRAN

Contains the Registration ID from the computer on the new site.

IDC_LICKEYTRAN

Contains the License Key from the computer on the old site.

IDC_REGNAME

Contains the name entered by the end-user (used in the Shareware implementation).

IDC_REGORG

Contains the organization name entered by the end-user (used in the Shareware implementation).

IDC_MAXEXEC

Contains the maximum number of executions.

 

Value

Meaning

0

Not used

1 - 9998

Number of executions

9999

Unlimited

 

IDC_EXECCOUNT

Contains the number of executions used.

 

Value

Meaning

0

Not used

1 - 9998

Number of executions used

 

IDC_EXECLEFT

Contains the number of executions left.

 

Value

Meaning

0

Not used

1 - 9998

Number of executions left

 

IDC_MAXDAY

Contains the maximum number of days.

 

Mode

IDC_MAXDAY

IDC_MAXYEAR

IDC_MAXDAY PERIOD

Meaning

N/A

0

0

0

Not used

Day

1 – 998

0

1 – 998

Number of days

Day

999

0

-1

Unlimited

Year

0 - 364

1 - 31

1 - 11679

Number of years, plus the remaining days of a year in IDC_MAXDAY

 

IDC_DAYCOUNT

Contains the number of days used.

 

Mode

IDC_DAY COUNT

IDC_YEAR COUNT

IDC_DAY COUNT PERIOD

Meaning

N/A

0

0

0

Not used

Day

1 – 998

0

1 – 998

Number of days used

Year

0 - 364

1 - 31

1 – 11679

Number of years used, plus the remaining days of a year in IDC_DAYCOUNT

 

IDC_DAYLEFT

Contains the number of days left.

 

Mode

IDC_DAYLEFT

IDC_YEARLEFT

IDC_DAYLEFT PERIOD

Meaning

N/A

0

0

0

Not used

Day

1 – 998

0

1 – 998

Number of days left

Day

999

0

-1

Unlimited

Year

0 - 364

1 - 31

1 - 11679

Number of years left, plus the remaining days of a year in IDC_DAYLEFT

 

IDC_MAXYEAR

Contains the maximum number of years, plus the remaining days of a year in IDC_MAXDAY (one year is equal to 365 days). See the table under IDC_MAXDAY for values and description.

IDC_YEARCOUNT

Contains the number of years used, plus the remaining days of a year in IDC_DAYCOUNT (one year is equal to 365 days). See the table under IDC_DAYCOUNT for values and description.

IDC_MAXYLEFT

Contains the number of years left, plus the remaining days of a year in IDC_DAYLEFT (one year is equal to 365 days). See the table under IDC_DAYLEFT for values and description.

IDC_MAXDAYPERIOD

Contains the total maximum number of days from IDC_MAXDAY and IDC_MAXYEAR. See the table under IDC_MAXDAY for values and description.

IDC_DAYCOUNTPERIOD

Contains the total number of days used from IDC_DAYCOUNT and IDC_YEARCOUNT. See the table under IDC_DAYCOUNT for values and description.

IDC_DAYLEFTPERIOD

Contains the total number of days left from IDC_DAYLEFT and IDC_YEARLEFT. See the table under IDC_DAYLET for values and description.

IDC_EXPDATE

Contains the expiration date. Format: MMMM dd, yyyy (e.g. January 1, 2008).

 

Value

Meaning

“”

No Expiration

MMMM dd, yyyy

Expiration date

 

IDC_EXPYEAR

Contains the expiration year. Format: xxxx; 0000 if no expiration.

IDC_ EXPMONTH

Contains the expiration month. Format: xx; 00 if no expiration.

IDC_ EXPDAY

Contains the expiration day. Format: xx; 00 if no expiration.

IDC_ DESTROYCODE

Contains the Destroy-Code.

IDC_DESTROYDATETIME

Contains the date/time of destroying the Key. Format: MMMM dd, yyyy hh:mm AM/PM (e.g. January 1, 2008 01:00 AM).

IDC_ DESTROYYEAR

Contains the year of destroying the Key. Format: xxxx.

IDC_ DESTROYMONTH

Contains the month of destroying the Key. Format: xx.

IDC_ DESTROYDAY

Contains the day of destroying the Key. Format: xx.

IDC_ DESTROYHOUR

Contains the hour of destroying the Key. Format: xx.

IDC_ DESTROYMINUTE

Contains the minute of destroying the Key. Format: xx.

IDC_ LICNAME

Contains the licensee name.

IDC_ LICORG

Contains the licensee organization.

IDC_ ERROR

Contains the error code.